home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-06-13 | 897 b | 38 lines | [TEXT/CWIE] |
- /*
- File: prefix.h
-
- Contains:
- Version: ColorSync 2 or later
- Copyright: © 1996 by Apple Computer, Inc., all rights reserved.
-
- File Ownership:
- DRI: john calhoun
- Other Contact: David Hayward
- Technology: Quikcdraw
-
- Writers:
-
- (DH) David Hayward
-
- Change History (most recent first):
-
- <2> 9/24/96 DH Added debug defines.
- <1> 8/15/96 DH First checked in.
- */
-
-
-
- //===================================================================== Defines
- // Turn these on or off in order to select how strict you are willing
- // to compile. With the opaque data structures model, a lot of work is
- // needed to fully bring the code up to date (thus it is turned off for now).
-
-
- #define BUILDING_FOR_SYSTEM7 1
- #define FOR_OPAQUE_SYSTEM_DATA_STRUCTURES 0
- #define __MATH64__
- #define DEBUG 1
- #define DEBUGLEVEL 4
- #define DEBUG_INTERNAL 1
- #define USE_CUBIST_ICONS 0
-